Reprioritize key bindings in order of visibility - mnemonics, then
authorOwen Taylor <otaylor@redhat.com>
Sun, 18 Nov 2001 00:34:23 +0000 (00:34 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 18 Nov 2001 00:34:23 +0000 (00:34 +0000)
commitadca28f8c23fea96c79347aa278b323539f3eca8
tree85bae2fdb02ded51218f62ee39619e6ec91db06d
parent3f376d75ac790285d03735b1416290b6031b2d07
Reprioritize key bindings in order of visibility - mnemonics, then

Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
key bindings in order of visibility - mnemonics, then
accelerators, then send key to the focus widget, then
bindings on the GtkWindow.

* gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c:
Removed the xoffset, yoffset fields of GtkLayout which were
identically zero for compat with 1.2, but were no longer
compatible with all uses of these fields in 1.2.

* gtk/gtkwindow.c (gtk_window_set_default): Remove
unused variable.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/Changes-2.0.txt
gtk/gtklayout.h
gtk/gtkwindow.c